home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  173 b   |  9 lines

  1. on(release){
  2.    _root.trickster = 1;
  3.    _root.doubleBall = 1;
  4.    _root.gravitySetting = 2.5;
  5.    _root.ballRandom = 7;
  6.    _root.balls = 0;
  7.    _root.gotoAndStop(3);
  8. }
  9.